'Declaration
Public Overloads Shared Function GetBounds( _ ByVal x() As System.Single, _ ByVal y() As System.Single, _ ByVal start As System.Integer, _ ByVal count As System.Integer _ ) As NRectangleF
'Usage
Dim x() As System.Single Dim y() As System.Single Dim start As System.Integer Dim count As System.Integer Dim value As NRectangleF value = NGeometry2D.GetBounds(x, y, start, count)
public static NRectangleF GetBounds( System.float[] x, System.float[] y, System.int start, System.int count )
Parameters
- x
- y
- start
- count